From 9df82c7e67185401cbc788b3f5af59b21e0a8efc Mon Sep 17 00:00:00 2001 From: "awilliam@xenbuild.aw" Date: Sun, 21 May 2006 07:28:05 -0600 Subject: [PATCH] [IA64] make it possible to disable CONFIG_XEN This patch helps distro inclusion efforts by making it possible to build a xen-patched Linux kernel with CONFIG_XEN disabled. Signed-off-by: Aron Griffis --- linux-2.6-xen-sparse/arch/ia64/Kconfig | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/linux-2.6-xen-sparse/arch/ia64/Kconfig b/linux-2.6-xen-sparse/arch/ia64/Kconfig index 0f4a19c0bb..763b19ea42 100644 --- a/linux-2.6-xen-sparse/arch/ia64/Kconfig +++ b/linux-2.6-xen-sparse/arch/ia64/Kconfig @@ -51,7 +51,7 @@ config GENERIC_IOMAP default y config XEN - bool + bool "Xen hypervisor support" default y help Enable Xen hypervisor support. Resulting kernel runs @@ -60,6 +60,7 @@ config XEN config ARCH_XEN bool default y + depends on XEN help TEMP ONLY. Needs to be on for drivers/xen to build. -- 2.30.2